home *** CD-ROM | disk | FTP | other *** search
- ; Active Accessibility Core File installer - RDK version
- [version]
- signature="$CHICAGO$"
- AdvancedINF=2.5,"You need a new version of advpack.dll"
-
- [DefaultInstall]
- CopyFiles=AXAccessSysCore.Copy,MSAABackup.Copy
- RunPreSetupCommands=RunPreSetupCommandsSection
-
- [RunPreSetupCommandsSection]
- msaabak.exe
-
- [DefaultInstall.NT]
- ; Right now, we do not install on NT - Puts up error
- CustomDestination = NTError
-
- [DestinationDirs]
- AXAccessSysCore.Copy = 11; Core components being replaced in \windows\system
- MSAABackup.Copy = 11,msaabak; Copy readme to \windows\system\massbak
-
- [SourceDisksNames]
- 1="%SHORTDESC%",,1
-
- [AXAccessSysCore.Copy]
- ; 1 = copyfiles: Warn skip delfiles: del on reboot if in use
- ; 2 = Setup critical, do not allow skip
- ; 4 = Ignore version check, always copy
- ; 8 = Force rename
- ; 16 = No copy if already exists
- ; 32 = Suppress version conflict dialog and don't overwrite newer files
- gdi.exe,,,11
- gdi32.dll,,,11
- user.exe,,,11
- user32.dll,,,11
- oleaut32.dll,,,3
- stdole2.tlb,,,3
- comctl32.dll,,,3
- oleacc.dll,,,3
-
- [MSAABackup.Copy]
- readme.txt,,,5
-
- [NTError]
- ; Force an error if this INF is run on Windows NT
- 49100=NTDir,6
-
- [NTDir]
- "","","",'%NO_NT_ERROR%',""
-
- [Strings]
- ;The following string can NOT be localized
- SHORTDESC = "MSAASDK"
- ; Display an error if this is run on Windows NT
- NO_NT_ERROR = "Active Accessibility will not run on this version of Windows NT."
-